home *** CD-ROM | disk | FTP | other *** search
- Path: hobbes.cc.uga.edu!pollux!greear
- From: greear@pollux.cs.uga.edu (Ben Greear)
- Newsgroups: comp.lang.c
- Subject: ellipses and a front end to sprintf
- Date: 10 Mar 1996 22:45:39 GMT
- Organization: University of Georgia, Athens
- Message-ID: <4hvm2j$9dd@hobbes.cc.uga.edu>
- NNTP-Posting-Host: pollux.cs.uga.edu
-
-
- I would like to build a function Sprintf that would take as
- arguments: Sprintf(String& a, String& b, ... );
-
- where String is a string class i am coding.
-
- My main question is how to get the "..." arguments to sprintf.
-
- can I just call it as: sprintf(a.str, b.str, ...);
- (assuming this is a friend function of String)
-
-
- Also, is there a ftp site where I might be able to find the source for
- sprintf? (without downloading all of Linux or something :) )
-
- any help/code examples would be greatly appreciated
-
-
- Ben Greear | "More weight." -- The Crucible
- greear@pollux.cs.uga.edu | "Son, you got a panty on yer head."
- Junior at UGA --Raising Arizona
-
-
-
-